home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
05
/
4
/
DISK0543.ZIP
/
FINDFILE.DOC
< prev
next >
Wrap
Text File
|
1985-06-10
|
1KB
|
41 lines
FINDFILE.BAT
This is a short batch file that will find a file buried deep
within a subdirectory.
FINDFILE relies on the CHKDSK.COM /V option. This /V option
lists all the files in all subdirectories. You must have
CHKDSK.COM, FIND.EXE and MORE.COM on your disk.
If you want to search for BASICA.COM type:
FINDFILE BASICA
If you typed:
FINDFILE BASIC
the batch file would locate BASIC.COM, BASICA.COM and BASICA.EXE
along with any other filename with the capital letters BASIC in
it. You can if you desire use part names FINDFILE ASICA would
find BASICA.COM as well as BASICA.EXE.
Typing:
FINDFILE.COM
will list all your COM files.
You must use capital letters only and don't put any quotation
marks either as the batch file already does this.
FINDFILE.BAT will not display a special message telling you
there were no matches found. But this will be obvious when no matches
are displayed on the screen.